Skip to content

launcher: realign burble against keepopen-enabled template#9

Merged
hyperpolymath merged 1 commit into
mainfrom
burble-realign-keepopen
Apr 17, 2026
Merged

launcher: realign burble against keepopen-enabled template#9
hyperpolymath merged 1 commit into
mainfrom
burble-realign-keepopen

Conversation

@hyperpolymath
Copy link
Copy Markdown
Owner

Summary

Follow-up to #8 — realign burble-launcher.sh against the keepopen-enabled tera template (hyperpolymath/launch-scaffolder#1).

#8 was run against a binary built just before the template edits took effect, so the keepopen wiring and path/version corrections didn't land. This PR ships the missing bits:

  • write_linux_desktop_file() now emits Exec=keepopen.sh … per standard §Fallback Ladder
  • CONFIG_FILE path corrected to developer-ecosystem/burble
  • standard-spec-version bumped 0.1.0 → 0.2.0

Test plan

  • launch-scaffolder realign --dry-run clean after this PR
  • Regenerated script still passes bash parse (bash -n burble-launcher.sh)

🤖 Generated with Claude Code

My earlier burble realign (in #8) was run against a launch-scaffolder
binary built before the keepopen template edits had taken effect, so
the merged burble-launcher.sh was missing:

  - keepopen wiring in write_linux_desktop_file()
  - CONFIG_FILE path correction to developer-ecosystem/burble
  - standard-spec-version bump 0.1.0 → 0.2.0

Re-ran `launch-scaffolder realign` with the current binary; output is
now aligned with launcher-standard v0.2.0. Future `--integ` runs will
emit keepopen-wrapped .desktop files as the standard requires.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@hyperpolymath hyperpolymath merged commit d87e219 into main Apr 17, 2026
@hyperpolymath hyperpolymath deleted the burble-realign-keepopen branch April 17, 2026 08:11
hyperpolymath added a commit that referenced this pull request May 13, 2026
Prep work for task #9 (router UDP/7373 + UDP/9 port-forward). Cannot
actually configure the router from inside the host, but ships the
artifacts that make the user step trivial and the verification
unambiguous.

* docs/developer/router-port-forward.adoc — RouterOS-specific
  instructions (detected: MikroTik RouterOS v7.1.3 at 192.168.88.1),
  both CLI (paste-able dst-nat commands) and WebFig (point-and-click)
  paths. Includes firewall-filter allowance check, generic instructions
  for swap-to-another-router scenarios, vendor-specific naming hints,
  and CGNAT escape hatches.

* scripts/check-bolt-reachability.sh — two-stage verification helper:
  - Detects LAN IP (eth0 / hostname -I fallback) and public IPv4
    (api.ipify.org → ifconfig.me → icanhazip.com fallback chain)
  - Warns if public IP is in CGNAT space (RFC 6598 100.64/10 + RFC1918)
  - Binds nc UDP listener on 7373 with TIMEOUT (default 120s)
  - Prints exact send commands for the user to run from their phone
    or another host on a different network
  - Distinct exit codes: 0=ok, 1=timeout, 2=bind/dep error, 3=CGNAT
    abort if requested

Verified locally: gateway probed (MikroTik webfig title + logo
confirmed), LAN IP 192.168.88.58, mirrored networking on so the host
LAN IP IS the WSL listener address (no second internal forward needed).

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant